home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / dosedit.arc / DOSEDIT.DOC < prev    next >
Text File  |  1988-03-28  |  640b  |  23 lines

  1.     These files will allow you to create your own macros to perform any
  2. of your DOS functions; and etc. Here is how you set up the ALIAS.TXT file:
  3.  
  4. Create a file called ALIAS.TXT using the Copy Con: command; or any text
  5. editor. For example:-
  6.  
  7.     COPY CON: ALIAS.TXT
  8.     D = DIR    
  9.     DA = DIR A:
  10.     C = COPY
  11.     BF = CD\BATFILES
  12.  
  13. etc,etc,etc...
  14.  
  15.     To run dosedit, include it in your autoeec.bat using this format:-
  16.  
  17.     DOSEDIT ALIAS.TXT > NULL
  18.  
  19. That's all there is to it. Simply REBOOT your sysytem, and you can begin
  20. using the one or two letter macros you've created...
  21.  
  22.     GOOD LUCK...                  ENJOY...
  23.